func runtime.callers

7 uses

	runtime (current package)
		extern.go#L207: 	n := callers(skip+1, rpc[:])
		extern.go#L235: 	return callers(skip, pc)
		mprof.go#L343: 	nstk := callers(4, stk[:])
		mprof.go#L423: 		nstk = callers(skip, stk[:])
		proc.go#L789: 		callers(1, mp.createstack[:])
		trace.go#L608: 		nstk = callers(skip+1, buf)
		traceback.go#L897: func callers(skip int, pcbuf []uintptr) int {